home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Novel Template / background_11947.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  111 lines

  1. -- background: 11947 from stack: in
  2. -- bmap block id: 17576
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: whatIf
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: 8006
  11. -- rect: left=394 top=38 right=65 bottom=469
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: To Menu
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   play "harpsichord" gt f e d cq
  23.   visual effect iris close
  24.   go to card "Novel Menu"
  25. end mouseUp
  26.  
  27.  
  28.  
  29.  
  30. -- part 6 (field)
  31. -- low flags: 01
  32. -- high flags: 0000
  33. -- rect: left=40 top=35 right=73 bottom=270
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 33
  38. -- text size: 24
  39. -- style flags: 256
  40. -- line height: 32
  41. -- part name: whatIf
  42.  
  43.  
  44. -- part 7 (field)
  45. -- low flags: 01
  46. -- high flags: 0000
  47. -- rect: left=39 top=76 right=115 bottom=467
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 33
  52. -- text size: 14
  53. -- style flags: 256
  54. -- line height: 18
  55. -- part name: question
  56.  
  57.  
  58. -- part 8 (field)
  59. -- low flags: 00
  60. -- high flags: 0007
  61. -- rect: left=39 top=118 right=271 bottom=467
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 0
  65. -- font id: 22
  66. -- text size: 18
  67. -- style flags: 0
  68. -- line height: 24
  69. -- part name: 
  70.  
  71.  
  72. -- part 9 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=390 top=278 right=304 bottom=467
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: 
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   visual effect wipe right
  87.   go next
  88. end mouseUp
  89.  
  90.  
  91.  
  92.  
  93. -- part 10 (button)
  94. -- low flags: 00
  95. -- high flags: A002
  96. -- rect: left=16 top=319 right=340 bottom=76
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: Return
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   global ReturnCard
  108.   go ReturnCard
  109. end mouseUp
  110.  
  111.